# Everything the developer needs in addition to the production requirements
-r prod.txt

# Testing
factory-boy==3.3.3
pytest==8.4.1
pytest-cov==6.2.1
WebTest==3.0.6

# Lint and code style
black==25.1.0
flake8-blind-except==0.2.1
flake8-debugger==4.1.2
flake8-docstrings==1.7.0
flake8-isort==6.1.2
flake8==7.3.0
isort==6.0.1
pep8-naming==0.15.1
